mir: remove deprecated function call
authorWilliam Hua <william.hua@canonical.com>
Fri, 4 Dec 2015 16:17:43 +0000 (11:17 -0500)
committerWilliam Hua <william.hua@canonical.com>
Fri, 4 Dec 2015 16:17:43 +0000 (11:17 -0500)
gdk/mir/gdkmir-debug.c

index 83551674b75a8313fe634f38518d332b61f9d3b3..68e0f14370c04f67f22e0203af18f6e0fe8662e7 100644 (file)
@@ -103,7 +103,6 @@ _gdk_mir_print_touch_event (const MirInputEvent *event)
 
   g_printerr ("TOUCH\n");
   g_printerr (" Device %lld\n", (long long int) mir_input_event_get_device_id (event));
-  g_printerr (" Cookie %lu %lu\n", mir_touch_event_get_cookie (touch_event).timestamp, mir_touch_event_get_cookie (touch_event).mac);
   g_printerr (" Event Time %lld\n", (long long int) mir_input_event_get_event_time (event));
   _gdk_mir_print_modifiers (mir_touch_event_modifiers (touch_event));
   n = mir_touch_event_point_count (touch_event);